object Form1: TForm1 Left = 200 Top = 99 AutoScroll = False Caption = 'Resource Test 1 - Form1' ClientHeight = 273 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnClose = FormClose TextHeight = 16 object Panel1: TPanel Left = 0 Top = 224 Width = 427 Height = 49 Align = alBottom TabOrder = 0 object Button1: TButton Left = 229 Top = 8 Width = 73 Height = 33 Caption = 'Next' TabOrder = 0 OnClick = Button1Click end end end